{if count($allDataArr) > 0}
صافى الربح {$totalsObj->billProfit} {$currency}
{if $searchtype == "0"}
| م |
التسلسل |
نوع الفاتورة |
اجمالى الفاتورة |
عدد القطع |
تاريخ الفاتورة ووقتها |
خصم الفاتورة |
خصومات الشبكة |
ربح الفاتورة |
العميل |
البائع |
المستخدم |
تفاصيل الفاتورة |
{assign var=i value=1}
{foreach $allDataArr as $data}
| {$i} |
{$data->billno} |
{$data->billtype} |
{$data->totalbill} |
{$data->noOfpieces} |
{$data->datetime} |
{$data->billdiscount} |
{$data->networkDiscount} |
{$data->billProfit} |
{$data->clientName} |
{$data->sellerName} |
{$data->userName} |
{$data->billId} |
{assign var=i value=$i+1}
{/foreach}
| z |
|
|
الاجمالى |
{$totalsObj->totalbill} |
{$totalsObj->noOfpieces} |
|
{$totalsObj->billdiscount} |
{$totalsObj->networkDiscount} |
{$totalsObj->billProfit} |
|
|
|
|
{else}
| م |
تاريخ الفاتورة ووقتها |
اجمالى الفاتورة |
عدد القطع |
خصم الفاتورة |
خصومات الشبكة |
ربح الفاتورة |
تفاصيل الفاتورة |
{assign var=i value=1}
{foreach $allDataArr as $data}
| {$i} |
{$data->datetime} |
{$data->totalbill} |
{$data->noOfpieces} |
{$data->billdiscount} |
{$data->networkDiscount} |
{$data->billProfit} |
التفاصيل |
{assign var=i value=$i+1}
{/foreach}
| z |
الاجمالى |
{$totalsObj->totalbill} |
{$totalsObj->noOfpieces} |
{$totalsObj->billdiscount} |
{$totalsObj->networkDiscount} |
{$totalsObj->billProfit} |
|
{/if}
صافى الربح {$totalsObj->billProfit} {$currency}
{else}
عفوا لا توجد نتائج
{/if}